'Declaration
Public Event AnnotationMoved As GdViewer.AnnotationMovedEventHandler
public event GdViewer.AnnotationMovedEventHandler AnnotationMoved
public event AnnotationMoved: GdViewer.AnnotationMovedEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.AnnotationMovedEventHandler* AnnotationMoved
public: event GdViewer.AnnotationMovedEventHandler^ AnnotationMoved